home *** CD-ROM | disk | FTP | other *** search
- #--- DEMO.MKE ---------------------------- Listing 3 -----------
- # Make file for DEMO. Uses Microsoft C and SDK
- # by Michael Young. Copyright information in Listing 1.
- #---------------------------------------------------------------
-
- all: demo.exe
-
- demo.obj: demo.c
- cl -c -W2 -AS -Gsw -Ows -Zpi demo.c
-
- demo.exe: demo.obj demo.def
- link /NOD /ALIGN:16 demo,, nul.map, libw slibcew, demo.def
- rc demo.exe